home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gRispostaSbagliata, gPunteggio, gPrimogiro
- startTimer()
- cursor(4)
- repeat with i = 1 to the maxinteger
- if the timer < (60 * 4) then
- nothing()
- next repeat
- end if
- exit repeat
- end repeat
- cursor(-1)
- if gPrimogiro = 1 then
- gPrimogiro = 0
- end if
- if gRispostaSbagliata = 0 then
- gPunteggio = gPunteggio + 1
- end if
- go(1)
- end
-